var reflect.funcTypes

8 uses

	reflect (current package)
		type.go#L1716: var funcTypes []Type
		type.go#L1722: 	if n >= len(funcTypes) {
		type.go#L1724: 		copy(newFuncTypes, funcTypes)
		type.go#L1725: 		funcTypes = newFuncTypes
		type.go#L1727: 	if funcTypes[n] != nil {
		type.go#L1728: 		return funcTypes[n]
		type.go#L1731: 	funcTypes[n] = StructOf([]StructField{
		type.go#L1741: 	return funcTypes[n]